View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / IsDispatching Property

Indicates whether the dispatcher is currently dispatching an action.

This is a public property.

public bool IsDispatching { get; }

See Also